home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 1997 April to September / Sun Solutions CD - APR '97 - SEP '97 (704-3778-12 Rev. H)(Sun Microsystems, Inc.)(1997).iso / products / Thought / _install / run.sh
Linux/UNIX/POSIX Shell Script  |  1997-01-30  |  417b  |  18 lines

  1. #! /bin/sh
  2.  
  3.  
  4. # currently company dir is manually placed-should change
  5.  
  6. COMPANY_DIR=$PRODUCT_DIR/Thought
  7. export COMPANY_DIR
  8.  
  9.  
  10. #netscape $PRODUCT_DIR/Thought/demos.html  -geometry =665x770+100+0
  11. netscape -remote 'openURL('"$COMPANY_DIR/demos.html, new-window)' 
  12.  
  13.  
  14.  
  15. #$OPENWINHOME/bin/cmdtool -Wb 250 250 210 -Wl "Starting Slide Show" -Wx extra_large -Ww 46 -Wh 15 -Wp 400 400 $COMPANY_DIR/_install/install_show
  16.  
  17. exit 0
  18.